McTriggerSource Class
Represents a trigger's attributes.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Api.McTriggerSource
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McTriggerSource
Public Class McTriggerSource
The McTriggerSource class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | McTriggerSource | Initializes a new instance of the McTriggerSource class. |
Properties
Name | Description | |
---|---|---|
![]() | DataType | For I/O and user variables sources, it is the type of the data to read. |
![]() | SourceBitOffset | For input and output sources, it is the offset of the data to read. |
![]() | SourceHandle | For motion sources, it is the handle of a command used. For user variable source, it is the ID of UserVariable (e.g. SourceHandle = UserVariable.Id). |
![]() | SourceIndex | It is the index of an axis, I/O module, or user variable. |
![]() | SourceType | The source type the trigger uses. |
![]() | Type | The trigger condition. |
![]() | Value | The value the trigger uses to determine whether a condition is met. |
![]() | Variable | For axis and motion sources, it is the variable to read. |
See also